Click or drag to resize

ServiceResolveNames Method (String, Boolean, ResolveNamesSearchScope, ContactDataShapeType)

Finds contacts in the Global Address List (GAL) and/or in specific contact folders that have names that match the one passed as a parameter.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ResolveNamesResponse ResolveNames(
	string name,
	bool returnFullContactData,
	ResolveNamesSearchScope searchScope,
	ContactDataShapeType contactDataShape
)

Parameters

name
Type: SystemString
The name to resolve.
returnFullContactData
Type: SystemBoolean
Indicates whether full contact information should be returned for each of the found contacts.
searchScope
Type: Independentsoft.ExchangeResolveNamesSearchScope
The scope of the search.
contactDataShape
Type: Independentsoft.ExchangeContactDataShapeType
Identifies the property set returned for contacts.

Return Value

Type: ResolveNamesResponse
A collection of name resolutions whose names match the one passed as a parameter.
See Also